[WAYANG-594] Fix non deterministic test in TensorflowIrisScalaLikeApiIT#700
Open
makarandhinge wants to merge 1 commit intoapache:mainfrom
Conversation
Replace invalid random comparator (sort(e -> r.nextInt())) with a stable random-key shuffle to satisfy the comparator contract and eliminate intermittent test failures.
Author
|
HI @zkaoudi is the issue, is from my side? why the ci fail? |
Contributor
|
yeah not sure why it fails. It doesn't seem related to your changes. @novatechflow any idea? |
Author
|
Any updates? |
Member
|
https://github.com/apache/wayang/actions/runs/22456463645/job/65131880631?pr=700#step:4:33 => 404 for some apt-sources. Just re-run the jobs, let's see. |
Author
|
Hi @novatechflow , I noticed the workflow has been re-run a few times due to the apt 404 issue, and it seems to still be occurring. Could you please guide me on how we should proceed further? Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #594
Replace invalid random comparator (sort(e -> r.nextInt())) with a stable random-key shuffle to satisfy the comparator contract and eliminate intermittent test failures.